home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
mus
/
edit
/
AlgoRhythms.lha
/
AlgoRhythms
/
Source
/
voices.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-23
|
342b
|
16 lines
#ifndef VOICES_LOADED
#define VOICES_LOADED
/*
** VOICES.h
*/
#include "AlgoRhythms.h"
extern void close_voices(void);
extern void open_voices_window(void);
extern int process_voice_events(NOTE_EVENT_TYPE *chairs);
extern void set_voice_gadgets(NOTE_EVENT_TYPE *chairs);
extern int get_current_voice(void);
extern ULONG voices_mask;
#endif